From: Richard M. Stallman Date: Wed, 26 May 1993 22:17:29 +0000 (+0000) Subject: (nroff-mode): Don't leave nroff-electric-mode void. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95917 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b1ee6b34ae061a486dd4c5552273e06ed033313e;p=emacs.git (nroff-mode): Don't leave nroff-electric-mode void. --- diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el index 273e8ee201b..78c6a10f31c 100644 --- a/lisp/textmodes/nroff-mode.el +++ b/lisp/textmodes/nroff-mode.el @@ -61,6 +61,7 @@ closing requests for requests that are used in matched pairs." (set-syntax-table text-mode-syntax-table) (setq local-abbrev-table nroff-mode-abbrev-table) (make-local-variable 'nroff-electric-mode) + (setq nroff-electric-mode nil) ;; now define a bunch of variables for use by commands in this mode (make-local-variable 'page-delimiter) (setq page-delimiter "^\\.\\(bp\\|SK\\|OP\\)")